You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is even possible. I can list tests with cargo test -- --list, but no similar option seems to exist for cargo bench. Is there a way to list runnable benchmarks, without actually running them?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is even possible. I can list tests with
cargo test -- --list
, but no similar option seems to exist forcargo bench
. Is there a way to list runnable benchmarks, without actually running them?The text was updated successfully, but these errors were encountered: